dvb_sat_lnb

@struct dvb_sat_lnb @brief Stores the information of a LNBf @ingroup satellite

@param name long name of the LNBf type @param alias short name for the LNBf type

The LNBf (low-noise block downconverter) is a type of amplifier that is installed inside the parabolic dishes. It converts the antenna signal to an Intermediate Frequency. Several Ku-band LNBf have more than one IF. The lower IF is stored at lowfreq, the higher IF at highfreq. The exact setup for those structs actually depend on the model of the LNBf, and its usage.

Members

Structs

dvbsat_freqrange
struct dvbsat_freqrange
Undocumented in source.

Variables

alias_
const(char)* alias_;
Undocumented in source.
freqrange
dvbsat_freqrange[2] freqrange;
Undocumented in source.
highfreq
uint highfreq;
Undocumented in source.
lowfreq
uint lowfreq;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
rangeswitch
uint rangeswitch;
Undocumented in source.

Meta